home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / VTOOLS / GUIDE.TXT < prev    next >
Text File  |  1995-03-24  |  2KB  |  56 lines

  1.                         VISION TOOLS Vetrsion 1.0-Beta
  2.                         ==============================
  3.  
  4.  Welcome to PSS Vision tools.
  5.  We projected this units to make Your own programs interface.
  6.  This is Beta version. She is not complete and may occurrs errors.
  7.  Please test this and mail Your conclusions to us. Thanx.
  8.  
  9.  Sorry, but We write demo program only for VTFAST.
  10.  
  11.  If You want to test other units see the remark in the source files.
  12.  Please mail to us Your conclusion for understanding the work with
  13.  units in VTOOLS.
  14.  
  15.  Some description for VTools Procedures:
  16.  ==========
  17.   VTLIST
  18.  ==========
  19.  Define variable LISTVAR : Array[1..N] Of ShortString;
  20.  
  21.  First You must attach the list number with ATTACHLIST;
  22.  Then DEFAULTSETTINGS(ListNum);
  23.  If You Want, may RESETLIST(ListVariable);
  24.  Now If You want may [DEFINELIST,SETLIST,SETHOOK,SETENDCHARS,SETENDCHARS];
  25.  Next define your LISTVAR;
  26.  Now You must DISPLAYLIST(ListNum,ListLines~,LISTVAR);
  27.  ~ListLines is how much elements of LISTVAR is filled;
  28.  In the end of Your Program You must DEATACHLIST;
  29.  * HOOK PROCEDURE MUST COMPILED WITH A FAR MODEL;
  30.  ============
  31.    VTWIN
  32.  ============
  33.  
  34.  First must define how much windows & screens You will use by:
  35.  UserScreens = ? & UserWindows := ?;
  36.  Then ALLOCATESCREENS;
  37.  Implement Your Windows By:
  38.  DEFINEWINDOW,SETWINDOWCOLORS,[ASSWINPROC~];
  39.  ~Assigned procedure must compiled with a far model;
  40.  Now ALLOCATEWINDOWS;
  41.  Then DISPLAYWINDOW(WindowNumber);
  42.  In the end:
  43.  DISPOSESCREENS,DISPOSEWINDOWS & REMOVEALLMEMORY.
  44.  
  45.  VTKEY is easy to understand & we don`t describe it.
  46.  
  47. ==============================================================================
  48.  Sorry for small documentation, but if You call soon to BBS You soon will find
  49.  full demostration & guide for VISION TOOLS.
  50. ==============================================================================
  51.  
  52.  
  53.  
  54.  
  55.  
  56.